3.1.22 \(\int \frac {1}{(3 x-4 x^2)^{3/2}} \, dx\) [22]

Optimal. Leaf size=22 \[ -\frac {2 (3-8 x)}{9 \sqrt {3 x-4 x^2}} \]

[Out]

-2/9*(3-8*x)/(-4*x^2+3*x)^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.00, antiderivative size = 22, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 13, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.077, Rules used = {627} \begin {gather*} -\frac {2 (3-8 x)}{9 \sqrt {3 x-4 x^2}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(3*x - 4*x^2)^(-3/2),x]

[Out]

(-2*(3 - 8*x))/(9*Sqrt[3*x - 4*x^2])

Rule 627

Int[((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(-3/2), x_Symbol] :> Simp[-2*((b + 2*c*x)/((b^2 - 4*a*c)*Sqrt[a + b*x
+ c*x^2])), x] /; FreeQ[{a, b, c}, x] && NeQ[b^2 - 4*a*c, 0]

Rubi steps

\begin {align*} \int \frac {1}{\left (3 x-4 x^2\right )^{3/2}} \, dx &=-\frac {2 (3-8 x)}{9 \sqrt {3 x-4 x^2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.05, size = 21, normalized size = 0.95 \begin {gather*} \frac {2 (-3+8 x)}{9 \sqrt {-x (-3+4 x)}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(3*x - 4*x^2)^(-3/2),x]

[Out]

(2*(-3 + 8*x))/(9*Sqrt[-(x*(-3 + 4*x))])

________________________________________________________________________________________

Maple [A]
time = 0.38, size = 19, normalized size = 0.86

method result size
default \(-\frac {2 \left (3-8 x \right )}{9 \sqrt {-4 x^{2}+3 x}}\) \(19\)
meijerg \(-\frac {2 \sqrt {3}\, \left (1-\frac {8 x}{3}\right )}{9 \sqrt {x}\, \sqrt {-\frac {4 x}{3}+1}}\) \(21\)
gosper \(-\frac {2 x \left (-3+4 x \right ) \left (-3+8 x \right )}{9 \left (-4 x^{2}+3 x \right )^{\frac {3}{2}}}\) \(25\)
trager \(-\frac {2 \left (-3+8 x \right ) \sqrt {-4 x^{2}+3 x}}{9 x \left (-3+4 x \right )}\) \(29\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(-4*x^2+3*x)^(3/2),x,method=_RETURNVERBOSE)

[Out]

-2/9*(3-8*x)/(-4*x^2+3*x)^(1/2)

________________________________________________________________________________________

Maxima [A]
time = 0.29, size = 28, normalized size = 1.27 \begin {gather*} \frac {16 \, x}{9 \, \sqrt {-4 \, x^{2} + 3 \, x}} - \frac {2}{3 \, \sqrt {-4 \, x^{2} + 3 \, x}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(-4*x^2+3*x)^(3/2),x, algorithm="maxima")

[Out]

16/9*x/sqrt(-4*x^2 + 3*x) - 2/3/sqrt(-4*x^2 + 3*x)

________________________________________________________________________________________

Fricas [A]
time = 1.65, size = 29, normalized size = 1.32 \begin {gather*} -\frac {2 \, \sqrt {-4 \, x^{2} + 3 \, x} {\left (8 \, x - 3\right )}}{9 \, {\left (4 \, x^{2} - 3 \, x\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(-4*x^2+3*x)^(3/2),x, algorithm="fricas")

[Out]

-2/9*sqrt(-4*x^2 + 3*x)*(8*x - 3)/(4*x^2 - 3*x)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {1}{\left (- 4 x^{2} + 3 x\right )^{\frac {3}{2}}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(-4*x**2+3*x)**(3/2),x)

[Out]

Integral((-4*x**2 + 3*x)**(-3/2), x)

________________________________________________________________________________________

Giac [A]
time = 1.67, size = 29, normalized size = 1.32 \begin {gather*} -\frac {2 \, \sqrt {-4 \, x^{2} + 3 \, x} {\left (8 \, x - 3\right )}}{9 \, {\left (4 \, x^{2} - 3 \, x\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(-4*x^2+3*x)^(3/2),x, algorithm="giac")

[Out]

-2/9*sqrt(-4*x^2 + 3*x)*(8*x - 3)/(4*x^2 - 3*x)

________________________________________________________________________________________

Mupad [B]
time = 0.14, size = 18, normalized size = 0.82 \begin {gather*} \frac {16\,x-6}{9\,\sqrt {3\,x-4\,x^2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(3*x - 4*x^2)^(3/2),x)

[Out]

(16*x - 6)/(9*(3*x - 4*x^2)^(1/2))

________________________________________________________________________________________